Why Traditional Optimizations Fall Short
The trend towards fine-grain design
Big objects become many smaller objects
Big methods become many
smaller methods
But, this causes many more
method invocations
Method invocation increasingly becomes a bottleneck

Return to Tracks